home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iasube.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.3 KB  |  57 lines

  1.  
  2. // JavaScript wrapper for r3iasube.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IASUBDIVBEVEL_H = 1;
  7. include("real/intact/r3iasdsbase.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3subdiv.js")
  10.  
  11.  
  12. var R3CLID_IASUBDIVBEVEL = 1256;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. R3IASUBDIVBEVELA_Action = 1256500;
  21. function SetR3IASUBDIVBEVELA_Action(value) {
  22.   R3Set(this.r3obj, R3IASUBDIVBEVELA_Action, value, R3TID_INTEGER, 0); 
  23. }
  24.  
  25. function GetR3IASUBDIVBEVELA_Action() {
  26.   return R3Get(this.r3obj, R3IASUBDIVBEVELA_Action, R3TID_INTEGER, 0); 
  27. }
  28.  
  29. R3IASUBDIVBEVELA_Bevel = 1256501;
  30. function SetR3IASUBDIVBEVELA_Bevel(value) {
  31.   R3Set(this.r3obj, R3IASUBDIVBEVELA_Bevel, value, R3TID_FLOAT, 0); 
  32. }
  33.  
  34. function GetR3IASUBDIVBEVELA_Bevel() {
  35.   return R3Get(this.r3obj, R3IASUBDIVBEVELA_Bevel, R3TID_FLOAT, 0); 
  36. }
  37.  
  38. var R3IASUBBEVELACTION_BEVELVERTEX = 0;
  39. var R3IASUBBEVELACTION_BEVELEDGE = 1;
  40.  
  41.  
  42. function r3Iasubdivbevel () { 
  43.    this.base = r3God;
  44.    if(arguments.length) {
  45.       this.base(R3CLID_IASUBDIVBEVEL, arguments);
  46.    }
  47.    // Methods
  48.  
  49.    // Attributes
  50.    this.GetAction=GetR3IASUBDIVBEVELA_Action;
  51.    this.SetAction=SetR3IASUBDIVBEVELA_Action;
  52.    this.GetBevel=GetR3IASUBDIVBEVELA_Bevel;
  53.    this.SetBevel=SetR3IASUBDIVBEVELA_Bevel;
  54. }
  55.  
  56. r3Iasubdivbevel.prototype=new r3Iasdsbase;
  57. // r3iasube.h_H